home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / bbs_soft / sfdays.zip / SFDAYS.SAM < prev   
Text File  |  1993-01-01  |  377b  |  18 lines

  1. @Echo Off
  2. REM This is an example of how SFDAYS can be used with SF.BAT
  3. :EVENT_A
  4.    SFDAYS 15 22 27 30
  5.    IF ERRORLEVEL 1 GOTO NOT_A_DAY
  6. :A_DAY
  7.    REM Enter commands here that you want executed on a day specified
  8. :NOT_A_DAY
  9.    C:
  10.    CD\WORK
  11.    SFTOPTEN C:\DISPLAY\BULLET4
  12.    CD\SF
  13.    GOTO LOOP
  14. :EVENT_B
  15.    REM Place Event B Commands Here
  16.    GOTO LOOP
  17. :EVENT_C
  18.